default type(デフォルト型)
各種のuntyped constantとdefault typeの関係は次の通り。
untyped constant → そのdefault type と記載する:
untyped boolean → bool
untyped rune → rune
untyped integer → int
untyped floating-point → float64
untyped complex → complex128
untyped string → string